Managed Network Fabric CLI updates for new 2026-01-15-preview API#9784
Managed Network Fabric CLI updates for new 2026-01-15-preview API#9784idanielsteven wants to merge 6 commits intoAzure:mainfrom
Conversation
|
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| networkfabric acl create | cmd networkfabric acl create update parameter device_role: updated property choices from ['CE', 'ManagementSwitch', 'NPB', 'ToR'] to ['CE', 'ManagementSwitch', 'NPB', 'TerminalServer', 'ToR'] |
||
| networkfabric acl update | cmd networkfabric acl update update parameter device_role: updated property choices from ['CE', 'ManagementSwitch', 'NPB', 'ToR'] to ['CE', 'ManagementSwitch', 'NPB', 'TerminalServer', 'ToR'] |
||
| networkfabric controller create | cmd networkfabric controller create added parameter vm_profile |
||
| networkfabric fabric create | cmd networkfabric fabric create added parameter secret_archive_settings |
||
| networkfabric fabric create | cmd networkfabric fabric create added parameter upgrade_profile |
||
| networkfabric fabric update | cmd networkfabric fabric update added parameter secret_archive_settings |
||
| networkfabric fabric update | cmd networkfabric fabric update added parameter upgrade_profile |
||
| networkfabric l3domain create | cmd networkfabric l3domain create update parameter export_policy_config: updated property name from export_policy_config to export_policy_configuration |
||
| networkfabric l3domain create | cmd networkfabric l3domain create update parameter export_policy_config: updated property options from ['--export-policy-config'] to ['--export-policy-config', '--export-policy-configuration'] |
||
| networkfabric l3domain update | cmd networkfabric l3domain update update parameter export_policy_config: updated property name from export_policy_config to export_policy_configuration |
||
| networkfabric l3domain update | cmd networkfabric l3domain update update parameter export_policy_config: updated property options from ['--export-policy-config'] to ['--export-policy-config', '--export-policy-configuration'] |
⚠️ networkcloud
| rule | cmd_name | rule_message | suggest_message |
|---|---|---|---|
| networkcloud baremetalmachine reimage | cmd networkcloud baremetalmachine reimage added parameter safeguard_mode |
||
| networkcloud cluster continue-update-version | cmd networkcloud cluster continue-update-version added parameter safeguard_mode |
||
| networkcloud cluster rotate-credential | cmd networkcloud cluster rotate-credential added |
||
| networkcloud cluster update-version | cmd networkcloud cluster update-version added parameter safeguard_mode |
||
| networkcloud virtualmachine create | cmd networkcloud virtualmachine create update parameter network_data_content: updated property aaz_type from string to AAZPasswordArg |
||
| networkcloud virtualmachine create | cmd networkcloud virtualmachine create update parameter network_data_content: updated property type from string to Password |
||
| networkcloud virtualmachine create | cmd networkcloud virtualmachine create update parameter user_data_content: updated property aaz_type from string to AAZPasswordArg |
||
| networkcloud virtualmachine create | cmd networkcloud virtualmachine create update parameter user_data_content: updated property type from string to Password |
|
Hi @idanielsteven, |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
Managed Network Fabric CLI updates for new 2026-01-15-preview API
aaz: Azure/aaz#983
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.